Skip to content

fix(ci): scope lite test and release build to specific crates#32

Merged
Ink-dark merged 1 commit into
mainfrom
fix/ci-workspace-scope
Jun 27, 2026
Merged

fix(ci): scope lite test and release build to specific crates#32
Ink-dark merged 1 commit into
mainfrom
fix/ci-workspace-scope

Conversation

@Ink-dark

Copy link
Copy Markdown
Contributor

workspace 下显式指定 crate:

  • test-lite: -p agit-core -p agit-cli 排除 agit-ai
  • release build: -p agit-cli --all-features 仅构建 CLI

fix(ci): scope lite test and release build to specific crates

- test-lite: cargo test -p agit-core -p agit-cli,排除 agit-ai 避免编译 reqwest
- release build: cargo build -p agit-cli --all-features,仅构建 CLI

Co-Authored-By: Claude <noreply@anthropic.com>
@
@Ink-dark Ink-dark merged commit 2376fcd into main Jun 27, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant